<html>
  <head>
    <meta content="text/html; charset=windows-1252" http-equiv="content-type">
    <link rel="alternate stylesheet" type="text/css" href="resource://gre-resources/plaintext.css"
      title="Ajustar líneas largas">
  </head>
  <body>
    <pre>&lt;html&gt;
  &lt;head&gt;
    &lt;meta content="text/html; charset=windows-1252" http-equiv="content-type"&gt;
    &lt;link href='http://fonts.googleapis.com/css?family=Caesar+Dressing' rel='stylesheet' type='text/css'&gt;
&lt;style type="text/css"&gt;
  &lt;/head&gt;
  body  {
  font-family: 'Caesar Dressing', cursive;
    font-size: xx-large;}
 
div {
	float: none;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #666;
}

      
      ul {
	list-style-type: none;
	margin: 1px;
	padding: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
a {

	color: black;
	text-decoration: none;
	font-size: 0.9em;
	display: block;
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #EAEAEA;
}
a:hover {
        
	color: black;
	background-color: black;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: black;
  border-bottom-color: black;
	background-color: white;
}
body, html {
	height: 100%;
	width: 100%;
	margin: 2px;
	padding: 1px;
}
#main {
   height: 80%;
   display: -webkit-flex;
   display:         flex;
   flex-flow: row;
}
#main article {
    	margin: 2px;
	background: white;
	flex: 3 1 60%;
	order: 2;
}
#main nav {
	background: white;
	flex: 1 6 20%;
	order: 1;
}

header, footer {
	display: block;
	min-height: 10%;
	background: white;
}


  &lt;/body&gt;
&lt;/html&gt;
</pre>
  </body>
</html>
